AcquireFrameShape
TheAcquireFrameShape
method returns a reference to the frame shape of this frame.
ODShape AcquireFrameShape (in ODCanvas biasCanvas);
biasCanvas
kODNULL
if the geometry is in platform-normal coordinates, otherwise a reference to the canvas object to whose coordinate space the geometry is biased.- return value
- A reference to the frame shape, expressed in frame coordinates.
DISCUSSION
The caller must not modify the frame shape; only this frame's containing part can modify the frame shape.This method increments the reference count of the returned shape object. When you have finished using that shape object, you should call its
Release
method.SEE ALSO
TheODFrame::ChangeFrameShape
method (page 306).
TheODFrame::RequestFrameShape
method (page 331).
"Frame Shape" on page 145 in OpenDoc Programmer's Guide.
Listing 2-14 on page 61 in OpenDoc Cookbook.
Listing 2-18 on page 68 in OpenDoc Cookbook.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help